Defines a labeling range for PDF pages.
A document can be divided into labeling ranges, each of which is a series of consecutive pages using the same numbering system. Pages within a range are numbered sequentially in ascending order. A page's label consists of a numeric portion based on its position within its labeling range, optionally preceded by a label prefix denoting the range itself.

Full documentation

Initializes a new PDFPageLabelingRange object.

Full documentation

Initializes a new object.
This method supports the internal library infrastructure and should not be used by external client code.

Full documentation

Gets the page number in the document where the labeling range starts.

Full documentation

Gets the label page number.
Subsequent pages are numbered sequentially from this value, which must be greater than or equal to 1.

Full documentation

Gets the numbering style.

Full documentation

Gets the prefix.

Full documentation

Sets the page number in the document where the labeling range starts.

Full documentation

Sets the label page number.
Subsequent pages are numbered sequentially from this value, which must be greater than or equal to 1.

Full documentation

Sets the numbering style.

Full documentation

Sets the prefix.

Full documentation